

#alttxt{background:#FFF;border:1px #ddd solid;font-size:12px;padding:10px;z-index:1000;position:absolute;display:none;border-radius:50px;}
.w1300{width:1300px;margin:0 auto}
.w1400{width:1400px;margin:0 auto}



/*网站大图*/
.bannerx {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.bannerx li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.bannerx .swiper-slide {
    overflow: hidden;
}

.bannerx .swiper-slide.bg:after {
    content: " ";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.bannerx .swiper-slide img {
    width: 100%;
    display: block;
    transition: transform 5s ease;
    -webkit-transition: transform 5s ease;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bannerx .swiper-slide .bbox {
    width: 700px;
    margin: auto;
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    text-align: center;
    margin-top: -130px;
    z-index: 1;
}

.bannerx .swiper-slide .bbox h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
    font-weight: bold;
}

.bannerx .swiper-slide .bbox b {
    display: block;
    line-height: 1.8;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
    min- height: 36px;
}

.bannerx .swiper-slide .bbox p {
    width: 550px;
    text-align: center;
    height: 100px;
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin: auto;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
}

.bannerx .swiper-slide .bbox .details {
    width: 180px;
    margin: auto;
    position: relative;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 30px;
}

.bannerx .swiper-slide .bbox .details:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    transform: scaleY(0);
    -webkit- transform: scaleY(0);
    -moz-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
}

.bannerx .swiper-slide .bbox .details a {
    display: block;
    border: 2px solid #fff;
    padding-left: 39px;
    line-height: 48px;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.bannerx .swiper-slide .bbox .details a:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 45px;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all .5s;
}

.bannerx .swiper-slide .bbox .details a:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 37px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    border-left-width: 8px;
    transition: all .5s;
}

.bannerx .swiper-slide .bbox .details:hover:before {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    visibility: visible;
}

.bannerx .swiper-slide .bbox .details:hover a {
    color: var(--colour1);
}

.bannerx .swiper-slide .bbox .details:hover a:before {
    right: 39px;
    background: var(--colour1);
}

.bannerx .swiper-slide .bbox .details:hover a:after {
    right: 31px;
    border-left-color: var(--colour1);
}

.bannerx .swiper-slide .load {
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -6px;
    background: #fff;
    z-index: 20;
    opacity: 0;
    position: absolute;
}

.bannerx .swiper-slide .load span {
    display: block;
    width: 0;
    height: 2px;
    background: var(--colour1);
}

.bannerx .swiper-slide-active img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
}

.bannerx .swiper-slide-active .bbox h1 {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 100ms;
}

.bannerx .swiper-slide-active .bbox p {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 300ms;
}

.bannerx .swiper-slide-active .bbox .details {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: 1000ms 400ms;
}

.bannerx .swiper-slide-active .load {
    opacity: 1;
    visibility: visible;
    margin-top: -36px;
    transition: 1000ms 200ms;
}

.bannerx .ani-slide .load span {
    width: 100%;
    transition: 4.9s 0s linear;
}

#bannerx .tip {
    width: 1000px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 10px;
    z-index: 3;
}

#bannerx .tip span {
    width: 8px;
    height: 8px;
    margin: 0 7px;
    display: inline-block;
    cursor: pointer;
    background: var(--colour1);
    opacity: 1;
    border-radius: 10px;
    transition: all .5s;
    outline: none;
}

#bannerx .tip span.swiper-pagination-bullet-active {
    background: var(--colour2);
}

#bannerx #btn_prev,#bannerx #btn_next {
    width: 65px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background: url(../images/slider-arrow.png) no-repeat;
    z-index: 5;
    opacity: 0;
}

#bannerx #btn_prev {
    background-position: -130px center;
    left: 4%;
}

#bannerx #btn_next {
    background-position: 0 center;
    right: 4%;
}

#bannerx:hover #btn_prev,#bannerx:hover #btn_next {
    opacity: .8;
}






#scroll_one1{width: 100%;height:297px;position:relative;overflow:hidden;margin:50px auto 0;box-sizing:border-box;display:none}
#scroll_one1 ul{position:absolute;left:0;width: 100000000px;}
#scroll_one1 ul li{height: 297px;float:left;text-align:center;margin-right:26px;border-radius:5px;overflow:hidden;position: relative;margin-top: 20px;}
#scroll_one1 ul li img{width: 355px;overflow: hidden;display: inline-block;transition: .3s;height: auto;}
#scroll_one1 ul li h3{color:#fff;position: absolute;width: 100%;height:60px;background: rgba(230,0,0, 0.8);left: 0;bottom: 0;}
#scroll_one1 ul li:hover img { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }
#scroll_one1 ul li:hover h3{background: rgba(230,0,0, 0.6)url(../../images/c1.png) no-repeat center;height: 100%;text-align: center;padding-top: 200px;}


.vidbacking{position: fixed;right: 0;bottom: 0;z-index: 999;width: 26%;border: 5px solid #fff;}


#scroll_one6{width: 100%;height:297px;position:relative;overflow:hidden;margin:50px auto 0;box-sizing:border-box;}
#scroll_one6 ul{position:absolute;left:0;width: 100000000px;}
#scroll_one6 ul li{height: 297px;float:left;text-align:center;margin-right:26px;border-radius:5px;overflow:hidden;position: relative;margin-top: 20px;}
#scroll_one6 ul li img{width: 355px;overflow: hidden;display: inline-block;transition: .3s;height: auto;}
#scroll_one6 ul li h3{color:#fff;position: absolute;width: 100%;height:60px;background: rgba(230,0,0, 0.8);left: 0;bottom: 0;}
#scroll_one6 ul li:hover img { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }
#scroll_one6 ul li:hover h3{background: rgba(230,0,0, 0.6)url(../../images/c1.png) no-repeat center;height: 100%;text-align: center;padding-top: 200px;}


#scroll_one2{width: 95%;height:360px;position:relative;overflow:hidden;margin:0 auto;box-sizing:border-box;overflow: hidden;}
#scroll_one2 ul{position:absolute;left:0;width: 100000000px;}
#scroll_one2 ul li{height: 280px;float:left;text-align:center;margin-right:20px;border-radius:5px;overflow:hidden;position: relative;margin-top: 20px;border: 1px solid #fff;}
#scroll_one2 ul li img{width: 355px;overflow: hidden;display: inline-block;transition: .3s;height: auto;}
#scroll_one2 ul li h3{color:#000;position: absolute;width: 100%;height:54px;line-height: 54px;background:#fff;left: 0;bottom: 0;}
#scroll_one2 ul li:hover img { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }
/* #scroll_one2 ul li:hover h3{background: rgba(230,0,0, 0.5)url(../../images/c1.png) no-repeat center;height: 100%;text-align: center;padding-top: 200px;} */

.cpbb{height: 260px;background: url(../images/cpbb.jpg) no-repeat center;background-size: cover;margin:30px 0 50px;}
.cpbb img{margin: 0 auto;padding: 40px 0 10px;}
.cpbb h4{text-align: center;font-size: 55px;color: #fff;font-weight: 700;}

.morecp{width: 200px;border-radius:45px;border: 1px solid #ccc;height: 45px;line-height: 45px;margin:50px auto;text-align: center;}
.morecp:hover{background-color:#e30514;color: #fff;border: 1px solid #e30514;}


.sycp{overflow:hidden;width:90%;margin:50px auto 0 auto;}
.tit2{background:url(t.png);height:64px;line-height:64px;text-align:center;color:#fff;margin:5px 0 0 0}
.tit2 a{color:#fff}
.left_side{width:300px;background:#63bc00;}
.left_side h3{color:#fff;font-size:30px;background:url(1_16.jpg) 20px 20px no-repeat;padding-left:60px;padding-top:10px}
.left_side h3 em{display:block;color:rgba(255,255,255,0.25);font-size:20px;text-transform:uppercase}
.left_side h2{margin-top: 30px;margin-left: 25px;}
.left_side h2 a{color: #fff;}
.left_side ul{margin-bottom: 30px;margin-top: 20px;}
.left_side ul li{margin:0 auto;white-space: nowrap;      text-overflow: ellipsis; }
.left_side ul li a{display:block;background:url(jt.png) left 24px center no-repeat;height:70px;line-height:70px;color:#fff;padding-left:40px;border-bottom:1px solid rgba(255,255,255,0.25);font-size: 18px;}
.left_side ul li a:hover{padding-left:80px;}
.left_side ul li:hover{background-color: #e30514;}
.left_side ul li.active{background-color: #e30514;}
.yz{padding:75px 0;background:#fff;position:absolute;bottom:-100px;left:0;right:0;margin:auto;box-shadow:0 0 15px rgba(0,0,0,0.5)}
.yz li{float:left;width:300px;text-align:center;position:relative;}
.yz li:after{position:absolute;width:40px;height:82px;content:"";background:url(yz_line.png) no-repeat center;right:-20px;top:0;}
.yz li span{display:block;height:60px;}
.yz li span b{display:inline-block;font-size:70px;line-height:60px;color:#333;font-family:Arial;}
.yz li span i{display:inline-block;width:32px;height:32px;line-height:32px;font-size:16px;color:#fff;background:#3a4750;border-radius:50%;margin-top:24px;vertical-align:top;margin-left:5px;font-style:normal;}
.yz li p{font-size:14px;color:#25252d;line-height:30px;}
.yz li:last-child:after{display:none;}
.more1{width: 440px;border-radius: 50px;line-height:50px;background: #00a13a;margin: 50px auto 0;vertical-align: middle;}
.more1 a{display:inline-block;vertical-align: top;text-align:center;}
.more1 a:nth-child(1){width: 160px;color: #000;background: #fff;border-radius: 50px;border: 1px solid #00a13a;}
.more1 a:nth-child(1):hover{background: #00a13a;color: #fff;}
.more1 a:nth-child(2){font-size:31px;color:#ffffff;font-family:Impact;text-align:left;}
.more1 a em{vertical-align: top;}





/* 优势 */
.ys1{height: 460px;margin-bottom: 60px;}
.ys1 .content{position: relative;padding-top: 1px;width: 1300px;margin: 0 auto;font-family: "Microsoft Yahei";}
.ys{overflow: hidden;background: url(ysbj.jpg);margin-top: 60px;}
.ys1 dl{margin: 70px 0 0 668px;}
.ys1 dl dt{padding-left: 132px; background: url(bt1.png) no-repeat;height: 139px;border-bottom: 1px solid #d7d7d7;margin-bottom: 23px;}
.ys1 dl dt i{display: block;padding-top: 14px;color: #fff;font-size: 43px;font-weight: 700;font-style: normal;line-height: 100%;}
.ys1 dl dt em{font-size: 33px; color: #fff;padding-top: 5px;display: block;}
.ys1 dl dd p{padding-left: 87px;font-size: 16px;color: #fff;line-height: 33px;background: url(q1.png) no-repeat 40px 5px;}
.ys1 .picy1 img{position: absolute;left: -308px;top: 0;}
.ys2 dl{margin: 63px 0 0 0;width: 630px;}
.ys2 dl dt{background: url(bt2.png) no-repeat;}
.ys2 .picy2{position: absolute; right: -308px; top: 0;}
.ys3 dl{margin: 93px 0 0 668px;}
.ys3 dl dt{padding-left: 132px; background: url(bt3.png) no-repeat;height: 139px;border-bottom: 1px solid #d7d7d7;margin-bottom: 23px;}
.ys3 .picy1{{position: absolute; right: -408px; top: 0;}}
.pub_title1{text-align: center;}
.pub_title1 p{margin-bottom:60px;font-size:16px;color:#fff;}
.pub_title1 h4{position:relative;text-align:center;font-size:53px;font-weight:bold;z-index:1;margin-top:80px;display: inline-block;color: #373737;}
.pub_title1 h4 img{display:inline-block;padding:0 10px 10px 10px;}
.pub_title1 h4 span{color:#e60029;font-size:53px;display:inline-block;z-index:1;}
.pub_title1 h4 i{position:absolute;z-index:0;font-size:81px;color:#efefef;font-style:normal;text-transform:uppercase;left:0;right:0;margin:auto;z-index:-1;top:20px}

/* 优势 */

@media( max-width:1200px ){
	.sygsjj{padding: 15px;height: auto;}
	.sygsjj .w1300{padding: 15px;background: rgba(255,255,255,.95);}
	.sygsjj dl dt ul li{text-align: center;}
	.sygsjj dl dt,.sygsjj dl dd{float: none;width: 100%;}
	.sygsjj dl dt h3{font-size: 24px;}
	.sygsjj .gs_con{margin: 15px 0;}
	.sygsjj dl dt ul li span{font-size: 30px;}
	.sygsjj dl dt ul li p{font-size: 14px;}
	.sygsjj ul{width: 100%;display: block;overflow: hidden;}
	.sygsjj ul li{display: block;width: 42%;float: left;}
	.sygsjj .w1400 {
		background: rgba(255,255,255,.85);
		padding: 15px 15px;
	}
	.sygsjj dl dd{
		display: none;
	}
	.more .call {
		padding: 0 63px;
		border-radius: 100px;
	}
	.wap_show{margin-top: 20px;}
	#footer .f2 {
		width: 70%;
	}
	#footer .two, #footer .f2 {
		width: 84% !important;
		font-size:26px;
	}
	.sygsjj ul li span{
		font-size: 40px;
	}
	.sygsjj ul li p {
		color: #fff;
		font-size: 14px;
	}
}

@media( max-width:1024px ){
	.sycp .sycp_r{width:100%}
}








/* 简介 */

.msjj{width: 100%;margin: 68px 0 60px 0;display: flex;flex-direction: column;}
.msjj .jjms{width: 80%;margin: 0 auto;text-align: center;}
.msjj .jjms .public-title h3{color: #262626;font-size: 48px;line-height: 50px;font-weight: 700;padding-bottom: 40px;display: inline-block;}
.msjj .jjms .public-title span{display: inline-block;font-size: 48px;font-weight: 700;color:#e30514;}
.msjj .jjms .home_title span{text-align: left;display: block;font-size: 40px;color: #d60012;}
.home_title .title{font-size: 36px;color: #000000;text-align: left;font-weight: 500;}
.home3 p{width:87%;font-size:16px;color:#999999;line-height:28px;text-align: left;line-height: 28px;}
.home3 .fl{width:49.8%;float: left;}
.home3 .fl .sty1{width:113.11914%;margin-top:50px;position:relative;z-index:2;}
.home3 .fl .sty1 li{width:21%;float:left;margin-left:2.24852%;padding:10px 0;background:#f2f2f2;border-radius:15px;text-align:center}
.home3 .fl .sty1 li span{font-size:22px;color:#000000;font-family: "PingFang_Heavy";}
.home3 .fl .sty1 li span i{margin-right:7px;font-size:30px;font-style:normal}
.home3 .fl .sty1 li p{width: 100%;margin-top:8px;font-size:18px;color:#666666;text-align: center;}
.home3 .fl .sty1 li:first-child{margin-left:0}
.home3 .fl .sty1 li:last-child{background:#e30514;}
.home3 .fl .sty1 li:last-child span,.home3 .fl .sty1 li:last-child p{color:#fff}
.home3 .fl .swtbtn{width:40%;margin-top:50px;padding:10px 0;border:1px solid #000000;border-radius:10px;font-size:20px;color:#000000;text-align:center;cursor:pointer;transition:all linear 0.4s}
.home3 .fl .swtbtn a{display: inline-block;}
.home3 .fl .swtbtn span{margin-right:9px;}
.home3 .fl .swtbtn:after{content:"";width:20px;height:13px;display:inline-block;vertical-align:middle;margin-left:5.29412%;background:url(../images/home3more.png) center no-repeat;background-size:100%;transition:all linear 0.4s}
.home3 .fl .swtbtn:hover{background:#e30514;border:1px solid #e30514;color:#fff}
.home3 .fl .swtbtn:hover a{color: #fff;}
.home3 .fl .swtbtn:hover:after{background:url(../images/banner_more.png) center no-repeat;background-size:100%}
.home3 .fr{width:50.2%;overflow: hidden;}
.clearfix:after{clear: both;content: '';display: table;height: 0;line-height: 0;visibility: hidden;}

.home4 .w{padding-top:10px;padding-bottom:20px}
.home4 .sty1{height:644px;overflow:hidden}
.home4 .sty1 video{width:100%;height:100%;display:block;object-fit:cover}
.home4 .sty2{margin-top:32px}
.home4 .sty2 .home_title{float:left;line-height:80px;width: 18%;}
.home4 .sty2 ul{float:right;overflow:hidden;width: 82%;}
.home4 .sty2 ul li{width: 27%;float:left;font-size:20px;color:#808080;font-family:"PingFang_Medium";line-height:1.66667;text-align:right;}
.home4 .sty2 ul li span{color:#3ea760;font-family:"PingFang_Heavy"}
.home4 .sty2 ul .two{margin:0 50px;padding:0 50px;position:relative}
.home4 .sty2 ul .two:before,.home4 .sty2 ul .two:after{content:"";width:2px;display:block;position:absolute;top:10%;bottom:10%;background:#d9d9d9}
.home4 .sty2 ul .two:before{left:0}
.home4 .sty2 ul .two:after{right:0}



.jjdh{width: 100%;height: 275px;margin: 0 auto;}
.jjdh .dhjj{width: 80%;margin: 0 auto;}
.jjdh .dhjj ul{width: 100%;position: relative;}
.jjdh .dhjj ul li{width: 25%;height: 250px;float: left;background-color: #ccc;position: relative;overflow: hidden;transition: 0.5s all ease-in-out;}
.jjdh .dhjj ul li:hover{-webkit-transform: scale(1.05);overflow: hidden; margin: 0 auto;}
.jjdh .dhjj ul li span{position: absolute;top: 110px;left: 20px;color: #fff;font-size: 18px;padding-bottom: 5px;}
.jjdh .dhjj ul li p{position: absolute;top: 140px;left: 20px;color: #fff;font-size: 12px;}
.my-bullet-active{ background: #98c043; opacity: 1; }


.msjjsj{display: none;}
.msjjsj{width: 100%;margin: 0 auto;margin: 80px 0 0;display: flex;flex-direction: column;}
.msjjsj .jjmsj{width: 80%;margin: 0 auto;text-align: center;}
.msjjsj .jjmsj .public-title h3{color: #262626;font-size: 44px;line-height: 50px;font-weight: 500;padding-bottom: 80px;}
.home_title .title{font-size: 36px;color: #000000;text-align: left;font-weight: 500;}
.home5 p{width:87%;font-size:18px;color:#999999;line-height:30px;text-align: left;line-height: 30px;}
.home5 .fl{width:49.8%;float: left;}
.home5 .fl .sty1{width:113.11914%;margin-top:80px;position:relative;z-index:2;}
.home5 .fl .sty1 li{width:23.31361%;float:left;margin-left:2.24852%;padding:38px 0;background:#f2f2f2;border-radius:26px;text-align:center}
.home5 .fl .sty1 li span{font-size:22px;color:#000000;font-family: "PingFang_Heavy";}
.home5 .fl .sty1 li span i{margin-right:7px;font-size:32px;font-style:normal}
.home5 .fl .sty1 li p{width: 100%;margin-top:22px;font-size:20px;color:#666666;text-align: center;}
.home5 .fl .sty1 li:first-child{margin-left:0}
.home5 .fl .sty1 li:last-child{background:#e30514;}
.home5 .fl .sty1 li:last-child span,.home5 .fl .sty1 li:last-child p{color:#fff}
.home5 .fl .swtbtn{width:45.51539%;margin-top:50px;padding:17px 0;border:1px solid #000000;border-radius:16px;font-size:24px;color:#000000;text-align:center;cursor:pointer;transition:all linear 0.4s}
.home5 .fl .swtbtn span{margin-right:9px;}
.home5 .fl .swtbtn:after{content:"";width:20px;height:13px;display:inline-block;vertical-align:middle;margin-left:5.29412%;background:url(../images/home3more.png) center no-repeat;background-size:100%;transition:all linear 0.4s}
.home5 .fl .swtbtn:hover{background:#e30514;border:1px solid #e30514;color:#fff}
.home5 .fl .swtbtn:hover:after{background:url(../images/banner_more.png) center no-repeat;background-size:100%}
.home5 .fr{width:50.2%;overflow: hidden;}
.clearfix:after{clear: both;content: '';display: table;height: 0;line-height: 0;visibility: hidden;}

.home6 .w{padding-top:10px;padding-bottom:60px}
.home6 .sty1{height:644px;overflow:hidden}
.home6 .sty1 video{width:100%;height:100%;display:block;object-fit:cover}
.home6 .sty2{margin-top:40px}
.home6 .sty2 .home_title{float:left;line-height:80px;width: 18%;}
.home6 .sty2 ul{float:right;overflow:hidden;width: 82%;}
.home6 .sty2 ul li{width: 27%;float:left;font-size:22px;color:#808080;font-family:"PingFang_Medium";line-height:1.66667;text-align:right;}
.home6 .sty2 ul li span{color:#3ea760;font-family:"PingFang_Heavy"}
.home6 .sty2 ul .two{margin:0 50px;padding:0 50px;position:relative}
.home6 .sty2 ul .two:before,.home6 .sty2 ul .two:after{content:"";width:2px;display:block;position:absolute;top:10%;bottom:10%;background:#d9d9d9}
.home6 .sty2 ul .two:before{left:0}
.home6 .sty2 ul .two:after{right:0}


.edge{clear: both;font-family:"Microsoft Yahei";line-height:24px;font-size: 14px;position: relative;z-index: 1;height: auto;overflow: hidden;margin-bottom: 50px;}

.edge_c{width: 100%;background-size: cover;}
.edge_c .edge_c1{width: 100%;background-size: cover;}
.edge_c img{width: 100%;overflow: hidden;display: block;background-size: cover;}
.edge_t{width: 88%;margin: -120px auto 0;min-width: 1280px;max-width: 1700px;background:#fff;height: 285px;position: relative;z-index: 2;height: auto;overflow: hidden;}
.edge_t li{width: 22.59%;float: left;position: relative;height: 285px;box-sizing:border-box;padding: 50px;}
.edge_t li:before{content: "";position: absolute;width:1px;height:285px;background:rgba(41, 41, 41, 0.2);top:0;left:0;}
.edge_t li:first-child:before{width: 0;height: 0;}
.edge_t li em{position: absolute;width: 67px;height: 56px;display: block;right: 47px;top: 50px;overflow: hidden;}
.edge_t li i{display: block;height: 60px;font-size: 30px;font-family: Times New Roman;color: #666;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.edge_t li span{display: block;font-size: 16px;line-height: 32px;height: 116px;}
.edge_t li span b{display: block;line-height:50px;}
.edge_t li>p{display: none;font-size: 18px;}
.edge_t li.cur{width:32.23%;color: #fff;background: #e30514;}
.edge_t li.cur em img{margin-top: -79px;}
.edge_t li.cur i{height: 0;opacity: 0;}
.edge_t li.cur p{display: block;opacity: 0.5;line-height: 30px;}
.edge_t li.cur span p{display: none;}
.edge_t li.cur span{height: 89px;}

.pub_title b{display: block;color: #6D6D6D;margin-top: 30px;font-weight: 500;}






.section_three1{margin-top: 50px;height: 1009px;background: url(../images/bkys.jpg) no-repeat center;}
.section_three1 .yhbt{height: 100px;text-align: center;padding-top:50px}
.section_three1 .yhbt h2{font-size: 48px;font-weight: 700;color: #fff;}
.section_three1 .yhbt h4{font-size: 22px;}
.section_three1 .inner{position: relative;}
.section_three1 .left{float: right;width: 50%;height: 490px;}
.section_three1 .left iframe{width: 510px;}
.section_three1 .right{width:50%;float: left;height: 490px;}
.section_three1 .right h4{color: #333333;font-size: 30px;font-weight: 700;padding-left: 30px;}
.section_three1 .right h3{color: #000;font-size: 48px;font-weight: 700;}
.section_three1 .right h1{font-size:35px;color:#000;font-weight:bold;margin-top: 8px;padding-left: 20px;}
.section_three1 .right img{margin-top: 30px;padding-left: 30px;}
.section_three1 .right>p{color:#239c42;font-size: 118px;font-family: impact;}
.section_three1 .right .text{font-size:18px;color:#777;line-height:32px;padding:15px 20px;text-indent: 2em;overflow: hidden;}
.section_three1 .right a{width: 120px;display: inline-block;color: #fff;background:#1DAE98;border-radius: 50px;text-align: center;padding: 10px 25px;margin-left: 20px;margin-top: 20px;margin-bottom: 10px;}
.section_three1 .right a:hover{background:#37407b;}
.section_three1 .right ul{display: table;  word-spacing:-1em;width: 100%;margin-top: 50px;}
.section_three1 .right ul li{display: inline-block;width: 25%;}
.section_three1 .topnd h3{color: #fff;font-size:45px;font-weight: 700;text-align: center;padding-top: 20px;}
.section_three1 .topnd h3 span{color: #07ad6d;}
.section_three1 .topnd h5{color: #fff;font-size:18px;font-weight: 400;text-align: center;padding: 10px 0;}
.section_three1 .topnd a img{text-align: center;margin: 0 auto;}
.xdys{height: 200px;background: url(../images/numbj.jpg) no-repeat center;}
.xdys .ysxd ul li{width: 30%;float: left;margin:50px 10px 0 30px;}
.xdys .ysxd ul li img{width: 100%;}

.section_three1 .neirn{width: 100%;height: 530px;}
.sand{height: 180px;margin:0 auto;padding-top: 70px;}
.sand .tuys ul li{width: 32.5%;height: 150px;background: rgba(102, 102, 102, 1);border-radius: 10px;color: #fff;box-sizing: border-box;position: relative;padding: 40px 30px 40px 120px; -webkit-transition: all .5s;transition: all .5s;float: left;margin-left: 11px;}
.sand .tuys ul li span{font-size: 28px;font-weight: 700;display: block;padding-left: 20px;}
.sand .tuys ul li p{font-size: 18px;padding-left: 20px;}
.sand .tuys ul li img{display: inline-block;width: 106px;position: absolute;left: 25px;top:16%;transition: all 1s;float: left;}
.sand .tuys ul li:hover{background-color: #07ad6d;}

.num_top {height: 240px;box-sizing: border-box;padding-top: 10px;}
.num_top  ul{display:flex;margin: 50px auto 0;}
.num_top  ul li{flex:1;text-align: center;background: url(../images/line.png) no-repeat right center;}
.num_top  ul li:first-child{padding-left: 0;}
.num_top  ul li:last-child{border: none;}
.num_top  ul li span{color:#07ad6d;font-size:72px;font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;text-align:center;font-weight: 700;}
.num_top  ul li em{color:#353535;font-size: 28px;}
.num_top  ul li p{color:#353535;font-size:22px;}
.num_top  ul li:nth-child(4){background: none;border-right:10px solid #fff;text-align: right;padding-right: 10px;}
.num_top  ul li:nth-child(4) p{font-size: 25px;font-weight: 700;}
.num_top  ul li:nth-child(4) .p1{font-size: 33px;}
.num_top  ul li:nth-child(4) .p2{font-size: 35px;color:#07ad6d;}


.topbj{height: 180px;}
.topbj h3{font-size: 62px;text-align: center;color: #313131;font-weight: 700;}
.topbj p{text-align: center;color: #07ad6d;font-size: 35px;padding-top: 10px;line-height: 50px;}
.topbj p::before{ position: absolute;content: "";width:80px;height:5px;background-color: #fff;left: 47%;}
.pictm{height: 560px;background: url(../images/apic.jpg)no-repeat 80%;padding-top: 190px;}
.section_three1 .right .num_sz{margin-top: -45px;}
.section_three1 .right .num_sz li{width: 200px;height: 108px;text-align: center;}
.section_three1 .right .num_sz li h2{color: #07ad6d;font-size: 50px;font-weight: 700;display: inline-block;}
.section_three1 .right .num_sz li i{color: #07ad6d;font-style: normal;font-size: 14px;}
.section_three1 .right .num_sz li p{color: #999999;font-size: 14px;text-align: center;line-height:50px;}
.section_three1 .right .num_sz li img{margin-left: 40%;}
.section_three1 .neirn .xd{margin-left: -30px;}

.section_three1 .pictm .sdys{height: 500px;margin-top: 310px;}
.section_three1 .pictm .sdys ul li{width: 350px;height:300px;background-color: #07ad6d;margin-right: 10px;float: left;}
.section_three1 .pictm .sdys ul li img{margin: auto;margin-top: 50px;}
.section_three1 .pictm .sdys ul li h2{color: #fff;font-weight: 700;font-size: 40px;text-align: center;}
.section_three1 .jjbj .topbt{width: 90%;margin: 0 auto;padding-top: 50px;}
.section_three1 .jjbj .topbt h3{font-size: 52px;color: #333333;font-weight: 700;text-align: center;margin-bottom: 15px;}
.section_three1 .jjbj .topbt h4{color: #fff;font-size: 30px;text-align: center;}
.section_three1 .jjbj .topbt h3 span{color: #07ad6d;}
.section_three1 .jjbj .topbt ul{width: 90%;margin: 0 auto;}
.section_three1 .jjbj .topbt ul li{width: 15%;height: 55px;background-color: #07ad6d;float: left;margin-left: 1%;}
.section_three1 .jjbj .topbt ul li a{text-align: center;color: #fff;line-height: 55px;font-size: 18px;}
.section_three1 .jjbj .topbt ul li a:hover{background-color:#07ad6d;}


.bkys{height: 1037px;background: url(../images/bkys.jpg) no-repeat center;margin-top: 80px;}
.bkys .bkin{margin: 0 auto;}
.bkys .bkin img{margin: 0 auto;padding-top:70px;padding-bottom: 20px;}
.bkys .bkin h2{color: #fff;font-size: 88px;text-align: center;font-weight: 700;font-family: 'STKaiti';padding-bottom: 20px;}
.bkys .bkin h4{width: 500px;height: 50px;background-color: #004fc0;border-radius: 50px;color: #fff;font-size: 38px;font-family:impact;padding: 5px 15px;margin: 0 auto;text-align: center;font-weight: 700;}
.bkys .bkin ul li{width: 275px;height: 275px;background-color: #004fc0;border-radius:50%;float: left;margin: 2.5%;}
.bkys .bkin ul li:nth-child(1){position: relative;top:130px}
.bkys .bkin ul li:nth-child(2){position: relative;top:20px}
.bkys .bkin ul li:nth-child(3){position: relative;top:20px}
.bkys .bkin ul li:nth-child(4){position: relative;top:130px}
.bkys .bkin ul li h5{font-size: 26px;font-weight: 700;text-align: center;color: #fff;padding-top: 60px;}
.bkys .bkin ul li p{color: #fff;font-size: 16px;padding: 10px 25px;line-height: 32px;text-align: center;}
.lvs{width: 100%;height: 180px;background-color: #004fc0;}
.lvs .lefy{width: 60%;float:right;}
.lvs .lefy h3{font-size: 48px;color: #fff;font-weight: 700;padding-top: 30px;}
.lvs .lefy h5{font-size: 30px;color: #fff;font-weight: 300;}
.lvs .lefy .rgy{float: left;}
.bkys .hrys{height: 730px;overflow: hidden;padding-top: 40px;}
.bkys .hrys .leftgt{width: 55%;float: left;}
.bkys .hrys .rightys{width: 40%;float: left;margin-top: 50px;}
.bkys .hrys .rightys ul li{width: 500px;height: 170px;background-color: #07ad6d;border-radius: 100px;margin-bottom: 15px;}
.bkys .hrys .rightys ul li:hover{background-color: #004fc0;}
.bkys .hrys .rightys ul li .yy{width: 65%;float: left;}
.bkys .hrys .rightys ul li .yy h4{font-size: 30px;color: #fff;font-weight: 700;padding-left: 50px;padding-top:30px;}
.bkys .hrys .rightys ul li .yy p{font-size: 18px;color: #fff;font-weight: 400;padding-left: 50px;padding-top: 6px;}
.bkys .hrys .rightys ul li img{float: right;}



/* .section_three1 .jjbj .topbt{width: 90%;margin: 0 auto;}
.section_three1 .jjbj .topbt h3{font-size: 52px;color: #333333;font-weight: 700;text-align: center;margin-bottom: 30px;}
.section_three1 .jjbj .topbt h3 span{color: #0062e2;}
.section_three1 .jjbj .topbt ul{width: 90%;margin: 0 auto;}
.section_three1 .jjbj .topbt ul li{width: 15%;height: 55px;background-color: #009f3c;float: left;margin-left: 1%;}
.section_three1 .jjbj .topbt ul li a{text-align: center;color: #fff;line-height: 55px;font-size: 18px;}
.section_three1 .jjbj .topbt ul li a:hover{background-color:#0062e2;} */

.fhxc_title{height: 1000px;margin-top: 80px;}
.fhxc_title .top_bt h4{font-size: 58px;color: #fff;text-align: center;padding-top: 70px;font-weight: 700;}
.fhxc_title .top_bt h4 span{color: #2181ff;}
.fhxc_title .top_bt h5{font-size: 35px;color: #fff;text-align: center;padding-bottom:60px;}
.fhxc_title .topsb{height: 180px;top: 540px;z-index:99;position: relative;}
.fhxc_title .topsb .topdh{width: 100%;height: 180px;background-color: #f8f8f8;}
.fhxc_title .topsb .topdh ul{overflow: hidden;}
.fhxc_title .topsb .topdh ul li{width:24.3%;height: 180px;line-height: 120px;text-align: center;font-size:22px;float: left;overflow:hidden;border-left: 1px solid #e8e8e8;}
/* .fhxc_title .topsb .topdh ul li:nth-child(1){border: 0;} */
.fhxc_title .topsb .topdh .a1{background: url(../images/a1.png) no-repeat center 90px;padding-left: 9px;}
.fhxc_title .topsb .topdh .a1:hover{color: #fff;background: url(../images/a11.png) no-repeat center 90px #03ad57;}
.fhxc_title .topsb .topdh .a2{background: url(../images/a2.png) no-repeat center 90px;padding-left: 9px;}
.fhxc_title .topsb .topdh .a2:hover{color: #fff;background: url(../images/a22.png) no-repeat center 90px #03ad57;}
.fhxc_title .topsb .topdh .a3{background: url(../images/a3.png) no-repeat center 90px;padding-left: 9px;}
.fhxc_title .topsb .topdh .a3:hover{color: #fff;background: url(../images/a33.png) no-repeat center 90px #03ad57;}
.fhxc_title .topsb .topdh .a4{background: url(../images/a4.png) no-repeat center 90px;padding-left: 9px;}
.fhxc_title .topsb .topdh .a4:hover{color: #fff;background: url(../images/a44.png) no-repeat center 90px #03ad57;}
.slidecontent{position: relative;overflow: hidden;height: 600px;top: -170px;}
.fhxc_title .slidecontent .downxq{overflow: hidden;width: 100%;margin-top: 0;height: 600px;}








.fhxc_title .unys{width:76%;margin: 0 auto;}
.fhxc_title .unys ul li{width:21%;height: 460px;float: left;margin-left: 2.5%;border: 3px solid #fff;}
.fhxc_title .unys ul li h2{text-align: left;padding-left: 20px;font-size: 31px;color: #fff;font-weight: 700;padding-top: 40px;}
.fhxc_title .unys ul li p{font-size: 16px;color: #fff;padding: 10px 18px;line-height: 30px;}
.fhxc_title .unys ul li:nth-child(1){background: url(../images/ys1.jpg) no-repeat center;}
.fhxc_title .unys ul li:nth-child(2){background: url(../images/ys2.jpg) no-repeat center;}
.fhxc_title .unys ul li:nth-child(3){background: url(../images/ys3.jpg) no-repeat center;}
.fhxc_title .unys ul li:nth-child(4){background: url(../images/ys4.jpg) no-repeat center;}

.ggt{width: 100%;height: 478px;background: url(../images/case1.png) no-repeat;}
.ggt h1{color: #fff;font-size: 50px;font-weight: 700;}
.ggt span{color: #fff;font-size: 20px;line-height: 50px;display: block;margin-top: 25px;}
.ggt p{color: #fff;margin-top: -100px;float: right;margin-right: 80px;font-size: 22px;}
.ggt .call{float: right;margin-right: 158px;width: 250px;height: 50px;line-height: 50px;border-radius: 50px;color: #fff;margin-top: -60px;background-color: #ff9b00;font-size: 30px;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;text-align: center;}
.ggt .call a{color: #fff;}

.tabbox {width:80%;margin:0 auto;}

.tabbox .tab {width: 100%;}
.tabbox .tab .item{width: 48%;height:136px;margin-bottom:28px;background-color: #eeeeee;float: left;margin-right: 20px;overflow: hidden;}
.tabbox .tab .item .img{height:136px;width:172px;overflow: hidden;}
.tabbox .tab .item .img img{display: block;height:100%;max-width:none;}
.tabbox .tab .item .info{width:63%;height:136px;padding:0 20px;}
.tabbox .tab .item:hover{background-color:#e30514;}
.tabbox .tab .item:hover h3{color: #fff;}
.tabbox .tab .item:hover p{color: #fff;}
.tabbox .tab .item h3{font-size:16px;color:#181818;padding:15px 0 5px 0;}
.tabbox .tab .item p{width: 100%;font-size:14px;color:#222222;line-height:24px;-webkit-line-clamp: 2;display: -webkit-box;text-overflow: ellipsis;white-space:normal;-webkit-box-orient: vertical;overflow: hidden;}
.tabbox .tab .item.on{background-color:#e30514;}
.tabbox .tab .item.on h3, .tabbox .tab .item.on p{color:#fff;}
.tabbox h3 strong{width:80%;display: inline-block;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.qieh{height: 343px;padding-bottom: 30px;}
.qieh .leftx{width: 50%;float: left;margin-left:20px;height: 343px;background: url(../images/xwle.jpg) no-repeat center;}
.qieh .leftx .pone{float: left;width: 65%;}
.qieh .leftx .ptwo{float: left;width: 30%;margin-top: 250px;}
.qieh .leftx .ptwo:hover{padding-left: 20px;transition: 0.5s;}
.qieh .leftx h4{font-size: 28px;color: #fff;font-weight: 700;padding-top:230px;padding-left: 40px;}
.qieh .leftx p{font-size: 16px;color: #fff;padding-left: 40px;}
.qieh .leftx img{float: right;margin-bottom: 40px;padding-right: 20px;}
.qieh .rgth{width: 40%;float: left;margin-left: 50px;height: 343px;background: url(../images/xwrt.jpg) no-repeat center;}
.qieh .rgth .pone{float: left;width: 65%;}
.qieh .rgth .ptwo{float: left;width: 30%;margin-top: 250px;}
.qieh .rgth .ptwo:hover{padding-left: 20px;transition: 0.5s;}
.qieh .rgth h4{font-size: 28px;color: #fff;font-weight: 700;padding-top:230px;padding-left: 40px;}
.qieh .rgth p{font-size: 16px;color: #fff;padding-left: 40px;}
.qieh .rgth img{float: right;margin-bottom: 40px;padding-right: 20px;}


.gsry li {width: 24%;float: left;margin-right: 1%;margin-bottom: 20px;}
.gsry li a h5{text-align: center}

.fhxc1{margin: 0 auto;padding-top: 50px;overflow: hidden;background: rgb(245, 245, 245)}
.fhxc1 .albox .fl>a{height: 180px; text-align: center; padding-top: 30px; box-sizing: border-box; margin-top: 10px;background-size: cover;}


.swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:600px;height:455px;}
.swiper-container.anli .swiper-slide img{width:100%;}
.fhxc1 .gx{width: 80%;margin: 0 auto;text-align: center;padding-top: 50px;}
.fhxc1 .gx p{width: 50%;margin: 0 auto;font-size: 20px;color: #fff;padding: 10px 0;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.fhxc1 .gx img{margin: 0 auto;padding:15px 0;}


	.fhxc2{height: 859px;margin-top:100px;margin:0 auto;background-color: #f0f0f0;}
	.swiper-container.anli2{margin:15px auto 10px;}
	.swiper-container.anli2 .swiper-slide{background-position:center;background-size:cover;width:600px;height:400px;}
	.swiper-container.anli2 .swiper-slide img{width:88%;border: 3px solid #fff;margin: 0 auto;}


.videocet{height:850px;background: url(../images/shipin.jpg) no-repeat top;background-size: cover;display: none;}



.hzhb{width: 100%;height:auto;overflow: hidden;background: url(../images/fhcx.jpg) no-repeat center;height: auto;padding: 50px 0;}
.hzhb .bwn{width: 80%;margin: 0 auto;}
.hzhb .hblb{width: 75%;margin: 0 auto;padding-top: 20px;}
.hzhb .hblb ul{width: 100%;margin: 0 auto;}
.hzhb .hblb ul li{width: 15%;float: left;margin: 0.7%;border: 1px solid #e5e5e5;height: auto;overflow: hidden;}
.hzhb .hblb ul li .img{width: 100%;}
.hzhb .hblb ul li .img img{width: 100%;height: 100%;background-size: cover;}
.hzhb .biaoyu p{width: 35%;height: 45px;line-height: 45px;background-color: #d60000;text-align: center;font-size:26px;color: #fff;padding:10px;border-radius: 50px;margin: 0 auto;}
.hzhb .biaoyu span{font-size: 40px;color: #fff;text-align: center;font-weight: 700;padding: 15px 0 50px;display: block;}
.hzhb .pub_title h3{color: #fff;}
.hzhb .pub_title span{color: #fff;}
.hzhb .pub_title p{color: #fff;}

.hzhb  .albox{padding: 20px 0;}
.hzhb  .albox .fr{width: 760px;float: left;margin-right: 30px;}
.hzhb .albox .fl{width: 460px;height: 640px;background-color: #e30514;text-align: center;}
.hzhb .albox .fl span{font-size: 38px;color: #fff;padding-top:50px;display: block;font-weight: 700;}
.hzhb .albox .fl ul{width: 70%;margin: 0 auto;padding: 30px 0;}
.hzhb .albox .fl ul li{width: 100%;height: 50px;line-height: 50px;background-color: #e60013;text-align: center;color: #fff;font-size: 22px;margin: 15px 0;}
.hzhb .albox .fl a{width: 95%;height: 50px;line-height: 50px;margin: 0 auto;border-radius: 50px;font-size: 20px;color: #fff;}
.hzhb .albox .fl a:hover{background-color: #fff;color: #000;}
.hzhb .albox .fl .jy{border: 1px solid #fff;}
.hzhb .albox .fl ul li:hover{background-color:#f39800;color: #fff;}
.hzhb .albox .fl ul li:hover a{color: #fff;}




.yxbj{height: 680px;background: url(../images/ysbj.jpg)no-repeat center;margin-top: 50px;}
.yxbj .bjner .leftys{width: 50%;float: left;margin-top: 70px;}
.yxbj .bjner .leftys h3{font-size: 63px;color: #333;font-weight: 700;}
.yxbj .bjner .leftys h3 span{color: #37407b;}
.yxbj .bjner .leftys h4{color: #333;font-size: 53px;font-weight: 700;}
.yxbj .bjner .leftys h4 span{color: #e30011;}
.yxbj .bjner .leftys p{color: #797979;font-size: 24px;padding-top: 10px;}
.yxbj .bjner .leftys img{margin-top: 50px;}


.scsb>.w1300>.fr>a{display:inline-block;width:164px;height:40px;text-align:center;line-height:40px;border:1px solid #fff;border-radius:50px;transition:all .2s;background: #fff;color: #075fc0;margin: 20px 0 0;}
.scsb>.w1300>.fr>a:hover{color:#fff;background: none;}
.scsb .albox{width: 100%;height: 798px;background: url(../images/case1.png)no-repeat;}
.scsb .albox .fl .altop a{display: block;position: relative;}
.scsb .albox .fl .altop a h3{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 45px;background: rgba(0,0,0,0.7);color: #fff;padding: 0 20px;white-space: nowrap;      text-overflow: ellipsis; box-sizing: border-box;}
.scsb .albox .fl>a{height: 180px;text-align: center;padding-top: 30px;box-sizing: border-box;margin-top: 10px;background: url(c2.jpg) no-repeat center; background-size: cover;}
.scsb .albox .fl>a h4,.scsb .albox .fl>a p{color: #fff;}
.scsb .albox .fl>a h4{font-family: impact;}
.scsb .albox .fr{width: 825px;}

.more{text-align:center;margin:60px 0 60px 0;}
.more .call,.more .but{display:inline-block;vertical-align:top;}
.more .call{height:50px;text-indent:1em;line-height:50px;padding:0 40px;border-radius:100px;font-size:28px;font-family:impact;background:#e30514 url(d1.png) 30px center no-repeat;}
.more .call a{color:#fff;}
.more .but{width:250px;height:50px;line-height:50px;margin-left:20px;border-radius:100px;background-color:#0657b0;text-align:center;font-size:16px;color:#fff;}
.more .but:hover{background:#e30514;color:#fff;}


.section_nine{height: auto;background: url(../images/xinw.jpg) no-repeat top;overflow: hidden;margin-top: 60px;}
.section_nine .zyxw{width: 80%;margin: 0 auto;overflow: hidden;position: relative;padding:10px 0 30px;}
.section_nine .zyxw .left{width:100%;overflow: hidden; margin: 0 auto;float: left;position: relative;transition: 0.5s all ease-in-out;}
.section_nine .zyxw .left:hover{-webkit-transform: scale(1.05);overflow: hidden; margin: 0 auto;}
.section_nine .zyxw .left span{color: #fff;font-size: 30px;position:absolute;top: 70px;left: 60px;}
.section_nine .zyxw .left p{font-size: 15px;color: #fff;position:absolute;top: 120px;left: 60px;}

.section_nine .auto{width: 1300px;margin: auto;}
.section_nine .auto .fl{width: 64%;}
.section_nine .auto .fr{width: 34.7%;}
.section_nine .pub_title h3{color: #000; font-size: 42px;line-height: 50px;font-family:"PingFang";padding: 20px 0;font-weight: 500;}
.section_nine .pub_title p{color: #777;}
.fuwu{height:auto;background: url(../images/fuwu.jpg) no-repeat center;background-size: cover;overflow: hidden;padding: 50px 0;}
.fuwu .lxwm{width: 70%;margin: 0 auto;}
.fuwu .lxwm .lxnei{width: 100%;float: left;}
.fuwu .lxwm .lxnei h3{color: #fff;font-size: 45px;font-weight: 700;padding-top:6px;}
.fuwu .lxwm .lxnei p{font-size: 21px;color: #fff;padding: 8px 0;font-weight: 200;}
.fuwu .lxwm .lxnei .dhdz{width:55%;height: 120px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;}
.fuwu .lxwm .lxnei .dhdz ul{width: 100%;margin: 0 auto;padding-top:30px;}
.fuwu .lxwm .lxnei .dhdz ul li{width: 50%;float: left;}
.fuwu .lxwm .lxnei .dhdz ul li img{float: left;padding-right: 5px;}
.fuwu .lxwm .lxnei .dhdz ul li span{font-size: 21px;color: #fff;display: block;padding-top: 5px;font-weight: 700;}
.fuwu .lxwm .lxnei .dhdz ul li em{font-size: 16px;color: #fff;display: block;}






.footer{background:url(../images/footer.jpg) no-repeat top;}
.footer .f1 h3,.footer .f2 h3,.footer .f3 h3,.footer .f4 h3{margin-top:30px;font-size:24px;color:#fff;position:relative;margin-bottom:50px}
.footer .f1 h3::before,.footer .f2 h3::before,.footer .f3 h3::before,.footer .f4 h3::before{position:absolute;content:"";width:50px;height:3px;background:#fff;top:40px;left:0}
.footer .f1{width:14%}
.footer .f1 h3{margin-bottom:30px}
.footer .f1 .item img{padding-bottom: 10px;}
.footer .f1 p{text-align: center;color: #fff;}
.footer .f1 a{display:block;height:20px;line-height:20px;color:#fff;box-sizing:border-box;margin-top:8px;float: left;}
.footer .f2{width:20%;margin-left: 2%;}
.footer .f2 a{width:100%;color:#fff;line-height:28px;display:block;font-size: 15px;margin-top: 10px;padding: 0 2px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footer .f2 a:hover{background-color: #e30514;}
.footer .f3{width:34%;color:#fff;line-height:30px;margin-top: 30px;}
.footer .f3 img{margin-bottom: 10px;float: left;width: 19%;}
.footer .f3 span{width: 270px;display: inline-block;font-size: 16px;margin-bottom: 20px;}
.footer .f3 em{font-family: impact;font-size:30px;color: #fff;display: block;}
.footer .f3 .d1{width: 150px;height: 40px;line-height: 40px;background-color:#e30514;border-radius: 10px;color: #fff;text-align: center;}
.footer .f4{width:23%;}
.footer .f4 img{margin-top: 50px;width: 100%;}
.footer .copyright{background-color: rgb(39, 39, 39);text-align:center;color:#fff;padding:5px 0;font-size:14px;border-top:1px solid rgba(255,255,255,0.15);margin-top: 30px;}
.footer .copyright a{display:inline-block;color:#fff;font-size:14px}
.footer .copyright img{display:inline-block;margin-left:15px}
.footer .copyright p{color:#fff;text-align:center;}
.pub_title{text-align: center;}
.pub_title p span{font-size: 23px;}
.pub_title h3{color: #000;line-height: 50px;padding: 20px 0 10px;font-size: 48px;font-weight: 400;display: inline-block;}
.pub_title span{font-weight:700;color: #e30514;display: inline-block;font-size: 48px;}
.pub_title p{font-size: 20px;padding-bottom:10px;font-weight: 400;}


.pub_title2{text-align: center;}
.pub_title2 p{margin-bottom:60px;font-size:18px;color:#666666;}
.pub_title2 p span{font-size: 23px;}
.pub_title2 h4{position:relative;text-align:center;font-size:50px;font-weight:400;z-index:1;margin-top:70px;display: inline-block;color: #333;}
.pub_title2 h4 img{display:inline-block;padding:0 10px 10px 10px;}
.pub_title2 h4 span{color:#0062e2;font-size:50px;display:inline-block;z-index:1;}
.pub_title2 h4 span em{color: #2ba301;}
.pub_title2 h4 i{position:absolute;z-index:0;font-size:81px;color:#efefef;font-style:normal;text-transform:uppercase;left:0;right:0;margin:auto;z-index:-1;top:20px}



.pub_title1{text-align: center;}
.pub_title1 p{margin-bottom:50px;font-size:26px;color:#888;}
.pub_title1 p span{font-size: 23px;}
.pub_title1 h4{position:relative;text-align:center;font-size:50px;font-weight:bold;z-index:1;margin-top:80px;display: inline-block;color: #e30514;}
.pub_title1 h4 img{display:inline-block;padding:0 10px 10px 10px;}
.pub_title1 h4 span{color:#e30514;font-size:50px;display:inline-block;z-index:1;}
.pub_title1 h4 i{position:absolute;z-index:0;font-size:81px;color:#efefef;font-style:normal;text-transform:uppercase;left:0;right:0;margin:auto;z-index:-1;top:20px}



.page-cover{background:#18191b url(loading.gif) no-repeat center 350px;width:100%;height:0;position:absolute;bottom:0;z-index:10000001;}
@-webkit-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@-ms-keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes bounceIn1{
	0%{-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(0.80);-ms-transform:scale(0.8);-moz-transform:scale(0.8);transform:scale(0.8);}
}